-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spidercoordinator: It able to get CIDR from kubeadm-config #3062
Spidercoordinator: It able to get CIDR from kubeadm-config #3062
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3062 +/- ##
==========================================
+ Coverage 81.05% 81.10% +0.05%
==========================================
Files 49 49
Lines 5351 5351
==========================================
+ Hits 4337 4340 +3
+ Misses 856 854 -2
+ Partials 158 157 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
87b44fa
to
5533503
Compare
there are so many cases already and it is import . Is it possible to design relevant E2E cases to long term test ? and it could finish #2905 as well recently in another PR |
do you already have two cases to get CIDR from configmap and pod yaml separately ? |
I suggest to finish the E2E together for verification |
is there any update |
Still working on this |
5533503
to
a4b5bfd
Compare
54a2fcf
to
a462243
Compare
a462243
to
df9ce4a
Compare
cfb3856
to
ef2f046
Compare
e907c33
to
83be433
Compare
If the kube-controller-manager Pod is running as systemd precess rather than Pod, In this case, We can't get the CIDR from the KCM Pod. We can get the CIDR from the kubeadm-config configMap. Signed-off-by: cyclinder <[email protected]>
83be433
to
712f10c
Compare
/cc @weizhoublue |
If the kube-controller-manager Pod is running as systemd process rather than Pod, In this case, We can't get the CIDR from the KCM Pod. We can get the CIDR from the kubeadm-config configMap.
Thanks for contributing!
What type of PR is this?
What this PR does / why we need it:
Kube-controller-pod is running as systemd process rather than a pod, We can't get the cluster CIDR in this case.
Which issue(s) this PR fixes:
Fixes #3054
Special notes for your reviewer: